看诗词>英语词典>traversing binary tree翻译和用法

traversing binary tree

英 [trəˈvɜːsɪŋ ˈbaɪnəri triː]

美 [trəˈvɜːrsɪŋ ˈbaɪnəri triː]

网络  遍历二叉树; 二叉树的遍历; 二叉树的周游

计算机

双语例句

  • On Algorithm of the Floor Traversing of the Binary Tree
    关于二叉树的层次遍历算法
  • Research on variety of working stack in traversing a binary tree
    遍历二叉树时工作栈变化情况的研究
  • Some characters about inorder traversing sequential storage full binary tree are introduced.
    从中序遍历的定义出发以及满二叉树的自身特点出发,得出了关于顺序存储的满二叉树中序遍历的性质。
  • New Method of Traversing Binary Tree
    一种生成二叉树遍历序列的新方法
  • A Recursive Algorithm of Traversing Binary Tree by Level Based on Chain-stack Array
    基于链栈数组的二叉树按层遍历递归算法
  • An Intelligible Non-Recursive Algorithm of Traversing Binary Tree
    一种易理解的非递归二叉树遍历算法
  • Essay to essay all introduce the three ways of traversing binary tree: pre order;
    在文[1]至文[4]中都介绍了遍历一棵二叉树的三种方法:先序遍历、中序遍历和后序遍历。
  • This paper researchs the description-method of box part, to get its data structure and store the data in the database by the preorder traversing binary tree, which is used by generative CAPP of box part.
    箱体类的信息描述方法,用二叉树前序遍历算法获得箱体类零件的结构数据,按一定的数据格式存储在数据库中,供箱体类零件工艺创成时使用。
  • Binary tree is a kind of data structure and recursive algorithm is usually used in traversing a binary tree. But it is always neglected to understand the details about the sequence of calling sentences and transferring parameters.
    二叉树是一种常用的数据结构,对二叉树的遍历通常采用递归调用的算法,但对调用过程中语句调用的顺序和参数传递情况的理解容易被忽略。
  • In this paper, an algorithm and a program are given for setting binary tree of the dendrogram on cluster analysis through studying the link table, and methods are presented for drawing the dendrogram and making other researches on cluster analysis by traversing the binary tree.
    通过分析聚类分析联结表,给出了建立聚类分析谱系图二叉树的算法和源程序,提出了通过遍历谱系图二叉树绘制聚类分析谱系图及进行聚类分析中其它研究的方法。